-
Notifications
You must be signed in to change notification settings - Fork 1
Prepare monorepo for typescript migration #15
base: develop
Are you sure you want to change the base?
Prepare monorepo for typescript migration #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the huge delay. I forgot you had sent a PR :/
"name": "pug-monorepo", | ||
"private": true, | ||
"name": "madthax-pug-ts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just the monorepo config. It is not a package, so it needs to remain private so we don't publish it by accident.
Also, npm will show the packages you published regardless of the organization they are in (check mine) so how about we name this @tokilabs/pug-ts
(after the repository) and all other packages as @tokilabs/[original name]
?
"author": "Thassio Werlang <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/madthax/pug-ts" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be the official repository https://github.com/tokilabs/pug-ts
Another thing @madthax you forgot to create a prettier configuration file that uses Also, in the future, update the issue's checklist as you make progress ;) |
Added the changes from the first issue.
Closes #1